.clearfix:before, .clearfix:after { display: table; content: ''; }

.clearfix:after { clear: both; }

img { display: block; max-width: 100%; }

* { box-sizing: border-box; margin: 0; padding: 0; }

ul { list-style: none; }

@font-face { font-family: 'en-web-text'; src: url("../font/Helvetica Condensed.eot?") format("eot"); /*IE*/ src: url("../font/Helvetica Condensed.woff") format("woff"), url("../font/Helvetica Condensed.ttf") format("truetype"); /*non-IE*/ }

.container { max-width: 1400px; margin: 0 auto; }

a { text-decoration: none; }

* { font-family: 'en-web-text' !important; }

body { max-width: 1920px; margin: 0 auto !important; }

.inside-kv-box { overflow: hidden; }

.inside-kv-box img { animation: banner 20s linear infinite; }

@keyframes banner { 0% { transform: scale(1); }
  100% { transform: scale(1.2); } }

.seach-main { position: relative; display: inline-block; vertical-align: top; margin-top: 33px; margin-right: 10px; }

.seach-main img { height: 16px; cursor: pointer; }

.seach-main .img2 { display: none; }

.seach-form { display: none; position: absolute; top: calc(100% + 10px); right: 0; background: #fff; white-space: nowrap; z-index: 10; box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3); }

.seach-form input { width: 150px; line-height: 30px; display: inline-block; vertical-align: top; border: none; border-right: 1px solid #dfdfdf; padding: 0 10px; outline: none; }

.seach-form .seach-btn { display: inline-block; line-height: 30px; font-size: 13px; color: #333; padding: 0 8px; transition: all 0.4s; cursor: pointer; }

.seach-form .seach-btn:hover { background: #02529b; color: #fff; }

.state-dialog { display: block; position: fixed; top: 0; height: 100%; width: 100%; z-index: 99999; background: white; }

.state-dialog .dialog-box { position: absolute; top: 50%; left: 50%; width: 110px; text-align: center; padding: 24.5px 13px 20px; border-radius: 6px; transform: translate(-50%, -50%); }

.state-dialog .dialog-box .text { padding-top: 18px; font-size: 14px; line-height: 14px; color: #fff; }

.state-dialog .dialog-box { background: rgba(0, 0, 0, 0.5); }

.state-dialog .loading-icon { width: 35px; height: 35px; margin: 0 auto; position: relative; }

.state-dialog .loading-icon span { position: absolute; display: inline-block; width: 6px; height: 6px; background: #fff; border-radius: 50%; left: 5.5px; top: 5.5px; animation: animate 0.8s infinite; }

.state-dialog .loading-icon span:nth-child(2) { top: 0; left: 15px; animation-delay: 0.1s; }

.state-dialog .loading-icon span:nth-child(3) { top: 5.5px; left: 25.5px; animation-delay: 0.2s; }

.state-dialog .loading-icon span:nth-child(4) { top: 15px; left: 30.3px; animation-delay: 0.3s; }

.state-dialog .loading-icon span:nth-child(5) { top: 25.5px; left: 25.5px; animation-delay: 0.4s; }

.state-dialog .loading-icon span:nth-child(6) { top: 30.3px; left: 15px; animation-delay: 0.5s; }

.state-dialog .loading-icon span:nth-child(7) { top: 25.5px; left: 5.5px; animation-delay: 0.6s; }

.state-dialog .loading-icon span:nth-child(8) { top: 15px; left: 0; animation-delay: 0.7s; }

@keyframes animate { 0% { transform: scale(1); }
  50% { transform: scale(0.4); }
  100% { transform: scale(1); } }

#go-top { width: 60px; height: 60px; border: 1px solid rgba(255, 255, 255, 0.4); position: absolute; bottom: 15%; right: 3%; display: flex; align-items: center; justify-content: center; z-index: 100; border-radius: 50%; cursor: pointer; }

#go-top img { height: 20px; transform: rotate(180deg); opacity: 0.7; animation: top 1s infinite; }

@keyframes top { 0% { transform: rotate(180deg) translateY(0); }
  25% { transform: rotate(180deg) translateY(4px); }
  50% { transform: rotate(180deg) translateY(0); }
  75% { transform: rotate(180deg) translateY(-2px); }
  100% { transform: rotate(180deg) translateY(0); } }

.header { position: fixed; top: 0; left: 0; width: 100%; padding: 0 30px; z-index: 101; font-size: 0; text-align: center; }

.header .logo { float: left; font-size: 0; }

.header .logo img { margin-top: 24px; display: inline-block; vertical-align: top; height: 63px; }

.header .logo .logo2 { display: none; }

.header .head-nav { display: inline-block; white-space: nowrap; padding-top: 10px; padding-bottom: 10px; vertical-align: top; font-size: 0; }

.header .head-nav .list { float: left; position: relative; }

.header .head-nav .list.active1 .name { color: #02529b !important; }

.header .head-nav .list.active1 .name::after { width: 100%; background: #02529b; }

.header .head-nav .list .name { display: inline-block; font-size: 20px; line-height: 90px; padding: 0 38px; color: #fff; text-decoration: none; transition: all 0.4s; }

.header .head-nav .list .name::after { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0%; height: 2px; background: transparent; content: ''; display: block; z-index: 11; transition: all 0.4s; }

.header .head-nav .list:hover .name { color: #02529b !important; }

.header .head-nav .list:hover .name::after { width: 100%; background: #02529b; }

.header .head-nav .list .mb-two-menu.menu-list { position: absolute; top: 90px; min-width: 100%; min-width: calc(100% + 10px); left: 50%; padding: 10px 0; transform: translateX(-50%); background: #fff; transition: all 0.4s; margin-top: 10px; opacity: 0.4; box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; }

.header .head-nav .list .mb-two-menu.menu-list.active { margin-top: 0; opacity: 1; }

.header .head-nav .list .mb-two-menu.menu-list .v-list { margin: 5px 0; }

.header .head-nav .list .mb-two-menu.menu-list .v-list .title { padding: 0 15px; display: block; text-align: center; font-size: 14px; line-height: 30px; color: #333; transition: all 0.4s; }

.header .head-nav .list .mb-two-menu.menu-list .v-list .title:hover { color: #fff; background: #02529b; }

.header .share-link { float: right; font-size: 0; }

.header .share-link .list { display: inline-block; vertical-align: top; width: 65px; height: 65px; margin-top: 22px; margin-left: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); text-align: center; transition: all 0.4s; }

.header .share-link .list:hover { background: #02529b !important; }

.header .share-link .list:hover img { display: none !important; }

.header .share-link .list:hover .icon-1 { display: inline-block !important; }

.header .share-link .list img { display: inline-block; height: 18px; margin-top: 24px; }

.header .share-link .list .icon-2 { display: none; }

.header .share-link .list:nth-child(2) img { height: 14px; margin-top: 25px; }

.header .share-link .language { margin-top: 10px; margin-left: 28px; display: inline-block; vertical-align: top; width: 90px; height: 90px; line-height: 90px; text-align: center; font-size: 20px; color: #fff; text-decoration: none; background: url(../img/border0.png) no-repeat 50% 50%; background-size: 100% !important; border-radius: 0 !important; transition: all 0.4s; }

.header .share-link .language:hover { background: url(../img/border1-1.png) no-repeat 50% 50%; color: #02529b !important; }

.header.active { border-bottom: 1px solid #d7d7d7; background: #fff; }

.header.active .logo .logo1 { display: none; }

.header.active .logo .logo2 { display: inline-block; }

.header.active .seach-main .img2 { display: block; }

.header.active .seach-main .img1 { display: none; }

.header.active .head-nav .list .name { color: #333; }

.header.active .share-link .list { background: #f2f2f2; }

.header.active .share-link .list .icon-1 { display: none; }

.header.active .share-link .list .icon-2 { display: inline-block; }

.header.active .share-link .language { color: #333; background: url(../img/border2.png) no-repeat 50% 50%; }

.header.active .share-link .language:hover { background: url(../img/border1-1.png) no-repeat 50% 50%; }

.cn-web .header .share-link { display: flex; }

.cn-web .header .share-link .list { position: relative; }

.cn-web .header .share-link .list:hover .weixin { display: block !important; }

.cn-web .header .share-link .list img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 18px; height: auto !important; margin-top: 0 !important; }

.cn-web .header .share-link .list .weixin { display: none; position: absolute; top: 100%; left: 50%; max-width: none; transform: translateX(-50%); z-index: 2; margin-top: 10px !important; width: 110px !important; height: 110px !important; }

.dropdown-menu { display: block; position: absolute; top: 105px; left: 0; width: 100%; background: #f2f2f2; z-index: 1000; }

.dropdown-menu .menu-list { font-size: 0; padding: 55px 0; }

.dropdown-menu .menu-list .list { width: 25%; display: inline-block; vertical-align: top; text-align: left; }

.dropdown-menu .menu-list .list .title { font-size: 16px; line-height: 24px; color: #02529b; }

.dropdown-menu .menu-list .list .img { margin: 25px 0px; height: 80px; transition: all 0.4s; }

.dropdown-menu .menu-list .list .img:hover { transform: scale(0.9); }

.dropdown-menu .menu-list .list .link a { display: inline-block; line-height: 26px; font-size: 14px; color: #666; transition: all 0.4s; font-family: 'Helvetica Neue', sans-serif !important; }

.dropdown-menu .menu-list .list .link a:hover { color: #02529b; }

.none { display: none; }

.page-nav-link { padding: 30px 0; }

.page-nav-link a { display: inline-block; line-height: 35px; line-height: 44px; font-size: 14px; color: #666; margin-left: 35px; position: relative; text-decoration: none; }

.page-nav-link a::after { content: ''; display: block; height: 1px; width: 15px; position: absolute; left: -25px; top: 50%; transform: translateY(-50%); background: #e5e5e5; }

.page-nav-link a:first-child { margin: 0; }

.page-nav-link a:first-child::after { display: none; }

.page-nav-link a.active { color: #02529b; }

.footer { position: relative; padding: 50px 0; background: #3a3c41; }

.footer .foot-top { position: relative; }

.footer .foot-top .logo { display: inline-block; }

.footer .foot-top .logo img { height: 63px; }

.footer .foot-top .share { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.footer .foot-top .share a { display: inline-block; padding: 0 20px; border-left: 1px solid rgba(255, 255, 255, 0.2); position: relative; }

.footer .foot-top .share a:hover .weixin { display: block; }

.footer .foot-top .share a .weixin { display: none; width: 110px !important; height: 110px !important; position: absolute; top: 100%; max-width: none; margin-top: 10px; left: 50%; transform: translateX(-50%) !important; }

.footer .foot-top .share a img { max-height: 18px; transition: transform 0.4s; }

.footer .foot-top .share a:last-child { padding-right: 0; }

.footer .foot-top .share a:last-child img { padding: 2px 0; }

.footer .foot-top .share a:first-child { border: none; }

.footer .foot-top .share a:hover img { transform: scale(0.8); }

.footer .foot-content { padding-top: 60px; }

.footer .foot-content .foot-nav { font-size: 0; margin: 0 -50px; width: 100%; display: inline-block; }

.footer .foot-content .foot-nav .nav-list { display: inline-block; vertical-align: top; padding: 0 50px; width: 25%; }

.footer .foot-content .foot-nav .nav-list.contact-list ul li, .footer .foot-content .foot-nav .nav-list.subscribe-list ul li { padding-left: 0; }

.footer .foot-content .foot-nav .nav-list.contact-list ul li::after, .footer .foot-content .foot-nav .nav-list.subscribe-list ul li::after { display: none; }

.footer .foot-content .foot-nav .nav-list .list-title { font-size: 16px; color: #fff; line-height: 20px; }

.footer .foot-content .foot-nav .nav-list ul { width: 180px; margin-top: 8px; }

.footer .foot-content .foot-nav .nav-list ul li { padding-left: 10px; position: relative; }

.footer .foot-content .foot-nav .nav-list ul li::after { display: block; content: ''; position: absolute; top: 9px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #9d9ea0; }

.footer .foot-content .foot-nav .nav-list ul li a { display: inline-block; font-size: 14px; line-height: 24px; color: #9d9ea0; text-decoration: none; transition: all 0.4s; word-break: break-all; }

.footer .foot-content .foot-nav .nav-list ul li a:hover { color: #fff; text-decoration: underline; }

.footer .foot-content .foot-nav .nav-list.subscribe-list ul { width: 100%; }

.footer .foot-content .foot-nav .nav-list.subscribe-list .input { height: 36px; line-height: 36px; width: 100%; font-size: 16px; color: #fff; margin: 8px 0 20px; padding: 0 10px; background: rgba(255, 255, 255, 0.1); border: none; }

.footer .foot-content .foot-nav .nav-list.subscribe-list .input::placeholder { font-size: 14px; color: rgba(255, 255, 255, 0.2); }

.footer .foot-content .foot-nav .nav-list.subscribe-list .btn { width: 80px; line-height: 36px; border: 2px solid #fff; text-align: center; font-size: 14px; color: #fff; transition: all 0.4s; cursor: pointer; }

.footer .foot-content .foot-nav .nav-list.subscribe-list .btn:hover { color: #02529b; border-color: #02529b; }

.footer .foot-copyright { margin-top: 35px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 14px; line-height: 20px; color: rgba(255, 255, 255, 0.6); }

.footer .foot-copyright a { display: inline-block; color: rgba(255, 255, 255, 0.6); text-decoration: none; margin-left: 20px; }

.select-comm { width: 230px; height: 50px; border: 2px solid #f2f2f2; border-radius: 50px; position: relative; z-index: 10; }

.select-comm .select-title { padding-left: 15px; padding-right: 35px; position: relative; font-size: 16px; line-height: 48px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.select-comm .select-title::after { content: ''; width: 15px; height: 15px; position: absolute; top: 50%; right: 20px; z-index: 2; transform: translateY(-50%); background: url(../img/select-icon.png) no-repeat 50% 50%; background-size: contain; }

.select-comm .select-list { position: absolute; display: none; top: 60px; left: 0; min-width: 100%; padding: 10px 0px; border-radius: 4px; box-shadow: 0px 1px 15px 2px #e5e5e5; background: #f7f7f7; z-index: 100; max-height: 200px; overflow: auto; }

.select-comm .select-list .list { padding: 0 15px; line-height: 30px; font-size: 16px; color: #666; transition: all 0.4s; }

.select-comm .select-list .list:hover { background: #02529b; color: #fff; }

.download { padding: 85px 0 80px; background: #f2f2f2; }

.download .list { width: 50%; float: left; padding: 27px 0; text-align: center; border-right: 1px solid #d9d9d9; }

.download .list:hover a .title, .download .list:hover a .sub-title { color: #02529b; }

.download .list:hover a .icon { border-color: #02529b; }

.download .list:hover a .icon img { opacity: 1; }

.download .list:hover a .icon img.icon-1 { opacity: 0; }

.download .list a { text-decoration: none; }

.download .list .icon { position: relative; width: 60px; height: 60px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 auto; transition: all 0.4s; }

.download .list .icon img { position: absolute; top: 50%; left: 50%; width: 22px; transform: translate(-50%, -50%); transition: all 0.4s; }

.download .list .icon img.icon-2 { opacity: 0; }

.download .list:nth-child(2) { border: none; }

.download .list:nth-child(2) .icon img { width: 28px; }

.download .list .title { font-size: 24px; line-height: 30px; color: #333; margin: 13px 0 5px; transition: all 0.4s; }

.download .list .sub-title { font-size: 16px; line-height: 20px; color: #333; transition: all 0.4s; }

.page-name { padding: 0 0 40px; font-size: 50px; line-height: 58px; color: #02529b; }

.mobile-nav { display: none; position: fixed; top: 60px; left: 0; width: 100%; padding: 15px 0; background: #fff; }

.mobile-nav .m-list { width: 100%; padding: 8px 10px; }

.mobile-nav .m-list .m-name { font-size: 16px; line-height: 30px; text-align: center; }

.mobile-nav .m-list .two-m-list { display: none; width: 100%; }

.mobile-nav .m-list .two-m-list .t-m-list { display: block; font-size: 14px; line-height: 30px; color: #333; text-align: center; }

.cn-web .footer .foot-top .share a { vertical-align: middle; }

.cn-web .footer .foot-top .share a img { width: 18px; max-height: none !important; }

@media screen and (max-width: 1500px) { .dropdown-menu { top: 84px; }
  .container { max-width: 1200px; }
  .header .logo img { height: 45px; margin-top: 20px; }
  .header .head-nav { padding-bottom: 10px; }
  .header .head-nav .list .mb-two-menu.menu-list { top: 65px; }
  .header .head-nav .list .name { padding: 0 25px; line-height: 65px; font-size: 16px; }
  .header .share-link .list { height: 46px; width: 46px; margin-top: 20px; }
  .header .share-link .list img { margin-top: 16px; height: 14px; }
  .header .share-link .list:nth-child(2) img { margin-top: 18px; height: 10px; }
  .header .share-link .language { width: 65px; height: 65px; line-height: 65px; border-top-left-radius: 100px; border-bottom-right-radius: 100px; font-size: 14px; }
  .cn-web .header .share-link .list:nth-child(2) img { margin-top: 15px; height: 13px; } }

@media screen and (max-width: 1250px) { .page-nav-link { padding: 20px 0; }
  body { padding-top: 65px !important; }
  .container { max-width: 900px; }
  .seach-main { margin-top: 24px; }
  .header .logo img { height: 40px; margin-top: 10px; }
  .header .head-nav { padding-top: 10px; padding-bottom: 10px; }
  .header .head-nav .list .mb-two-menu.menu-list { top: 40px; }
  .header .head-nav .list .name { padding: 0 25px; line-height: 40px; font-size: 14px; }
  .header .share-link .list { height: 35px; width: 35px; margin-top: 13px; }
  .header .share-link .list img { margin-top: 12px; height: 11px; }
  .header .share-link .list:nth-child(2) img { margin-top: 14px; height: 8px; }
  .header .share-link .language { width: 45px; height: 45px; margin-top: 7px; line-height: 45px; margin-left: 17px; border-top-left-radius: 60px; border-bottom-right-radius: 60px; font-size: 12px; }
  .footer .foot-top .logo img { height: 45px; }
  .footer .foot-content { padding-top: 40px; }
  .footer .foot-content .foot-nav { margin: 0 -15px; }
  .footer .foot-content .foot-nav .nav-list { padding: 0 15px; }
  .cn-web .header .share-link .list:nth-child(2) img { margin-top: 12px; height: 10px; } }

.header .menu { display: none; transition: all 0.4s; float: right; width: 38px; height: 43px; padding-left: 15px; padding-top: 13px; }

.header .menu span { display: block; width: 25px; height: 2px; margin: 6px 0; background: #fff; border-bottom: 1px solid #333; transition: all 0.4s; }

.header .menu span:nth-child(1) { width: 20px; }

.header .menu span:nth-child(3) { width: 20px; }

.header .menu:hover span { background: #02529b; }

.header .menu:hover span:nth-child(1) { width: 25px; }

.header .menu:hover span:nth-child(3) { width: 25px; }

.header .menu.active span { margin: -2px; }

.header .menu.active span:nth-child(1) { display: none; }

.header .menu.active span:nth-child(2) { width: 25px; transform: translateY(16px) rotate(45deg); }

.header .menu.active span:nth-child(3) { width: 25px; transform: translateY(16px) rotate(-45deg); }

@media screen and (max-width: 950px) { .page-name { padding: 0 0 30px; font-size: 40px; line-height: 48px; }
  .download { padding: 55px 0; }
  .header .menu { display: block; float: right; }
  .container { max-width: 700px; }
  .header .logo img { height: 40px; margin-top: 10px; margin-bottom: 10px; }
  .header .head-nav { padding-top: 10px; padding-bottom: 10px; display: none; }
  .header .head-nav .list .mb-two-menu.menu-list { display: none !important; }
  .header .head-nav .list .name { padding: 0 25px; line-height: 40px; font-size: 14px; }
  .header .share-link { display: none; }
  .header .share-link .list { height: 35px; width: 35px; margin-top: 13px; }
  .header .share-link .list img { margin-top: 12px; height: 11px; }
  .header .share-link .list:nth-child(2) img { margin-top: 14px; height: 8px; }
  .header .share-link .language { width: 45px; height: 45px; margin-top: 7px; line-height: 45px; margin-left: 17px; border-top-left-radius: 60px; border-bottom-right-radius: 60px; font-size: 12px; }
  .select-comm { height: 42px; }
  .select-comm .select-title { line-height: 38px; padding-right: 25px; font-size: 14px; }
  .select-comm .select-title::after { right: 10px; width: 10px; height: 10px; }
  .select-comm .select-list { top: 45px; }
  .select-comm .select-list .list { padding: 0 10px; font-size: 14px; line-height: 26px; }
  .cn-web .header .share-link { display: none; } }

@media screen and (max-width: 650px) { #go-top { width: 40px; height: 40px; }
  #go-top img { height: 14px; }
  .page-name { padding: 0px 0 25px; font-size: 30px; line-height: 40px; }
  .footer .foot-top .share a { padding: 0 10px; }
  .footer .foot-top .share a img { max-height: 10px; }
  .footer .foot-content .foot-nav .nav-list.subscribe-list .btn { width: 90px; line-height: 30px; border-width: 1px; }
  .footer .foot-top .share a:last-child img { padding: 1px 0; }
  .download { padding: 35px 0; }
  .download .list { padding: 15px 0; }
  .download .list:nth-child(2) .icon img { width: 15px; }
  .download .list .icon { width: 35px; height: 35px; }
  .download .list .icon img { width: 12px; }
  .download .list .title { font-size: 16px; line-height: 16px; }
  .download .list .sub-title { font-size: 14px; line-height: 16px; }
  .header { padding: 0 20px; }
  .container { max-width: 100%; padding: 0 18px; }
  .footer { padding: 35px 0; }
  .footer .foot-top .logo img { height: 38px; }
  .footer .foot-content { padding-top: 30px; }
  .footer .foot-content .foot-nav { margin: 0 -5px; }
  .footer .foot-content .foot-nav .nav-list { width: 50%; margin-bottom: 20px; padding: 0 5px; }
  .footer .foot-copyright { margin-top: 15px; padding-top: 20px; }
  .page-nav-link a { max-width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .cn-web .footer .foot-top .share a img { max-height: none !important; } }

body { padding-top: 0 !important; overflow-x: hidden; }

.swiper-banner { width: 100%; height: 100%; }

.swiper-banner .swiper-slide { position: relative; overflow: hidden; }

.swiper-banner .swiper-slide .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; visibility: visible; background-size: cover !important; }

.swiper-banner .swiper-slide .mobile-bg { display: none; }

.swiper-banner .swiper-slide.swiper-slide-active .bg { -webkit-animation: banner 6s linear forwards; animation: banner 6s linear forwards; }

.swiper-banner .swiper-slide.swiper-slide-active .banner-box .left .title { -webkit-transform: translateY(0%); transform: translateY(0%); opacity: 1; }

.swiper-banner .swiper-slide.swiper-slide-active .banner-box .left .text { -webkit-transform: translateY(0%); transform: translateY(0%); opacity: 1; }

.swiper-banner .swiper-slide.swiper-slide-active .banner-box .left .more { -webkit-transform: translateY(0%); transform: translateY(0%); opacity: 1; }

.swiper-banner .swiper-slide.swiper-slide-active .banner-right .line, .swiper-banner .swiper-slide.swiper-slide-active .banner-right .icon-1, .swiper-banner .swiper-slide.swiper-slide-active .banner-right .icon-2 { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; }

#first { height: 100vh; }

.frist-page { width: 100%; height: 100%; }

.swiper-foot { position: absolute; bottom: 5%; width: 100%; }

.swiper-foot .pagination-left-border, .swiper-foot .pagination-right-border { width: 0px; height: 1px; display: block; margin-top: -1px; border-top: 1px solid rgba(255, 255, 255, 0.4); position: absolute; top: 50%; left: 0; z-index: 2; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.swiper-foot .pagination-right-border { left: auto; right: 0; }

.swiper-foot .swiper-pagination { position: relative; font-size: 0; text-align: left; padding-left: 55px; }

.swiper-foot .swiper-pagination .list { display: inline-block; transition: all 0.4s; white-space: nowrap; padding: 0 10px; width: auto; height: auto; background: transparent; font-size: 0; position: relative; cursor: pointer; opacity: 1 !important; }

.swiper-foot .swiper-pagination .list:hover .icon { opacity: 1 !important; }

.swiper-foot .swiper-pagination .list:hover .name { color: #fff; }

.swiper-foot .swiper-pagination .list::after { content: ''; position: absolute; display: block; width: 10px; left: 0px; border-top: 1px solid rgba(255, 255, 255, 0.3); height: 1px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.swiper-foot .swiper-pagination .list::before { content: ''; position: absolute; display: block; width: 10px; right: 0px; border-top: 1px solid rgba(255, 255, 255, 0.4); height: 1px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.swiper-foot .swiper-pagination .list .icon { display: inline-block; width: 10px; height: 10px; opacity: 0.4 !important; background: #fff !important; vertical-align: middle; transition: all 0.4s; border-radius: 50%; }

.swiper-foot .swiper-pagination .list.swiper-pagination-bullet-active .name { opacity: 1; width: 70px; padding-left: 10px; }

.swiper-foot .swiper-pagination .list.swiper-pagination-bullet-active .icon { opacity: 1 !important; }

.swiper-foot .swiper-pagination .list .name { display: inline-block; opacity: 0; width: 0px; padding-left: 0px; vertical-align: middle; font-size: 16px; color: #fff; line-height: 16px; transition: all 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.banner-box { position: relative; height: 100%; z-index: 11; }

.banner-box .left { position: absolute; top: 50%; left: 0; z-index: 2; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.banner-box .left .title { font-size: 72px; line-height: 72px; color: #fff; -webkit-transform: translateY(20%); transform: translateY(20%); opacity: 0; text-transform: uppercase; transition: all 0.4s linear; }

.banner-box .left .text { margin-top: 25px; font-size: 20px; color: #fff; line-height: 24px; -webkit-transform: translateY(30%); transform: translateY(30%); opacity: 0; text-transform: uppercase; transition: all 0.4s linear 0.2s; }

.banner-box .left .more { margin-top: 50px; display: block; width: 106px; height: 100px; position: relative; text-decoration: none; background: url(../img/border0.png) no-repeat 50% 50%; background-size: 100% !important; -webkit-transform: translateY(30%); transform: translateY(30%); border-radius: 0 !important; opacity: 0; transition: all 0.4s linear 0.4s; }

.banner-box .left .more:hover img { -webkit-animation: more 2s linear infinite; animation: more 2s linear infinite; }

.banner-box .left .more img { width: 26px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all 0.4s; }

#fp-nav { display: none; }

@-webkit-keyframes more { 0%, 100% { margin-top: 3px; }
  25% { margin-top: 0px; }
  50% { margin-top: -3px; }
  75% { margin-top: 0px; } }

@keyframes more { 0%, 100% { margin-top: 3px; }
  25% { margin-top: 0px; }
  50% { margin-top: -3px; }
  75% { margin-top: 0px; } }

.banner-right { position: absolute; width: 100%; height: 100%; z-index: 10; top: 0; left: 0; }

.banner-right .line-img { position: absolute; right: 5%; top: 32%; width: 53%; }

.banner-right .line { -webkit-transform: translateY(15px); transform: translateY(15px); opacity: 0; transition: all 0.4s; }

.banner-right .icon-1 { position: absolute; top: -3%; left: 27%; -webkit-transform: translateY(15px); transform: translateY(15px); opacity: 0; transition: all 0.4s 0.3s; }

.banner-right .icon-2 { position: absolute; right: 21%; top: 18%; -webkit-transform: translateY(15px); transform: translateY(15px); opacity: 0; transition: all 0.4s 0.6s; }

.products { padding: 170px 0 145px; position: relative; }

.products::after { display: block; content: ''; width: 65%; border-top: 1px solid #eaeaea; bottom: 144px; right: 0; position: absolute; }

.products::before { position: absolute; bottom: 7%; height: 40%; border-left: 1px solid #eaeaea; left: 40%; content: ''; }

.products .left { float: left; }

.products .left .title { font-size: 60px; line-height: 60px; color: #333; }

.product-swiper { width: 790px; float: right; margin-top: 40px; position: relative; }

.product-swiper .product-content { background: #fff; display: none; transition: all 1s; }

.product-swiper .product-content.active { display: block; }

.product-swiper .product-content.active .product-info .img, .product-swiper .product-content.active .product-info .info { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }

.product-swiper .product-content.active .product-list { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; }

.product-swiper .product-info { background: #fff; }

.product-swiper .product-info .img { position: absolute; top: 0; right: 0; width: 80%; transition: all 1s; -webkit-transform: translateX(10px); transform: translateX(10px); opacity: 0.8; }

.product-swiper .product-info .info { position: relative; z-index: 2; margin-top: 25%; width: 50%; transition: all 1s; -webkit-transform: translateX(-10px); transform: translateX(-10px); opacity: 0.8; height: 280px; overflow: auto; }

.product-swiper .product-info .info .sub-title { font-size: 36px; line-height: 1.6; }

.product-swiper .product-info .info .text { font-family: 'en-web-text'; margin-top: 20px; font-size: 16px; line-height: 30px; }

.product-tab { padding-top: 60px; width: 530px; }

.product-tab .list { width: 200px; height: 180px; position: relative; margin: 0 auto 10px; transition: all 0.4s; border-radius: 0% !important; background: url(../img/border1.png) no-repeat 50% 50%; background-size: 100% 100% !important; }

.product-tab .list:nth-child(2) { margin-left: 0; }

.product-tab .list:nth-child(3) { margin-left: 25%; margin-top: -5%; }

.product-tab .list.active, .product-tab .list:hover { background: url(../img/border1-1.png) no-repeat 50% 50%; }

.product-tab .list.active img, .product-tab .list:hover img { opacity: 0; }

.product-tab .list.active img.icon-1-1, .product-tab .list:hover img.icon-1-1 { opacity: 1; }

.product-tab .list.active .name, .product-tab .list:hover .name { color: #02529b; }

.product-tab .list img { width: 60px; position: absolute; top: 40px; left: 65px; transition: all 0.4s; }

.product-tab .list img.icon-1-1 { opacity: 0; }

.product-tab .list .name { font-size: 24px; line-height: 24px; color: #333; position: absolute; bottom: 15px; left: 65px; padding: 10px 0 8px; white-space: nowrap; background: #fff; transition: all 0.4s; }

.product-swiper .product-list { text-align: left; padding-top: 5%; transition: all 1s; -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0.8; }

.product-swiper .product-list .list { width: auto; height: auto; display: inline-block; font-size: 0; text-align: center; background: #fff; opacity: 1; margin-right: 50px; }

.product-swiper .product-list .list:hover .name { color: #02529b; border-bottom-color: #02529b; }

.product-swiper .product-list .list img { display: inline-block; height: 66px; }

.product-swiper .product-list .list .name { margin-top: 10px; display: block; font-size: 16px; color: #333; line-height: 30px; padding-bottom: 18px; transition: all 0.4s; border-bottom: 4px solid transparent; }

.industries { padding: 145px 0; height: 955px; background: url(../img/index/bg4.jpg) no-repeat 50% 0%; background-size: cover; }

.industries .container { position: relative; }

.industries .title { position: relative; font-size: 60px; line-height: 60px; color: #333; }

.industries .swiper-button-prev { position: absolute; right: 70px; bottom: 0; top: 50%; left: auto; width: 55px; height: 55px; margin-top: 0px; margin-bottom: 0px; background: url(../img/index/next-icon-left.png) no-repeat 100% 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-size: 100% !important; transition: all 0.4s; }

.industries .swiper-button-prev:hover { opacity: 1; background: url(../img/index/next-icon-left1.png) no-repeat 100% 50%; }

.industries .swiper-button-next { position: absolute; right: 0px; bottom: auto; top: 50%; width: 55px; height: 55px; margin-top: 0px; margin-bottom: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(../img/index/next-icon-right.png) no-repeat 100% 50%; background-size: 100% !important; transition: all 0.4s; }

.industries .swiper-button-next:hover { background: url(../img/index/next-icon-right1.png) no-repeat 100% 50%; }

.swiper-industries { position: absolute !important; left: 0; top: 135px; padding-top: 55px; border-top: 1px solid #c8cacc; width: 140%; }

.swiper-industries .swiper-slide { width: auto !important; margin-right: 40px; }

.swiper-industries .swiper-slide:hover .sub-title { color: #02529b; }

.swiper-industries .swiper-slide:hover .img-box .info { opacity: 1; }

.swiper-industries .swiper-slide .sub-title { font-size: 24px; line-height: 24px; color: #333; margin-bottom: 30px; transition: all 0.4s; }

.swiper-industries .swiper-slide .img-box { display: inline-block; position: relative; }

.swiper-industries .swiper-slide .img-box .info { position: absolute; background: rgba(0, 0, 0, 0.4) url(../img/index/mask4.png) no-repeat 50% 50%; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; transition: all 0.4s; }

.swiper-industries .swiper-slide .img-box .info .info-text { position: absolute; top: 50%; left: 50%; width: 55%; height: 80%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); overflow-y: scroll; }

.swiper-industries .swiper-slide .img-box .info .info-text::-webkit-scrollbar { width: 2px; border-raidus: 4px; background-color: rgba(3, 3, 3, 0.1); }

.swiper-industries .swiper-slide .img-box .info .info-text::-webkit-scrollbar-track { background: rgba(3, 3, 3, 0.1); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

.swiper-industries .swiper-slide .img-box .info .info-text::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); border-radius: 4px; }

.swiper-industries .swiper-slide .img-box .info .text { font-family: 'en-web-text'; font-weight: 600; font-size: 16px; line-height: 24px; color: #fff; }

.news { padding: 125px 0 145px; }

.new-tabs { font-size: 0; margin: 0 -40px; padding-bottom: 75px; border-bottom: 1px solid #e6e7e9; }

.new-tabs .list { display: inline-block; vertical-align: top; width: 25%; padding: 0 40px; font-size: 0; position: relative; text-align: right; cursor: pointer; }

.new-tabs .list.active .info .name, .new-tabs .list:hover .info .name { color: #02529b; }

.new-tabs .list.active .img-box, .new-tabs .list:hover .img-box { background: url(../img/border1-2.png) no-repeat 50% 50%; }

.new-tabs .list.active .img-box img, .new-tabs .list:hover .img-box img { opacity: 0; }

.new-tabs .list.active .img-box .icon-2, .new-tabs .list:hover .img-box .icon-2 { opacity: 1; }

.new-tabs .list .info { display: inline-block; position: absolute; top: 50%; left: 40px; width: 40%; text-align: left; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.new-tabs .list .info .number { font-size: 24px; line-height: 30px; color: #cccccc; }

.new-tabs .list .info .name { margin-top: 2px; font-size: 20px; line-height: 24px; color: #333; transition: all 0.4s; }

.new-tabs .list .img-box { position: relative; display: inline-block; width: 125px; height: 110px; border-radius: 0 !important; background: url(../img/border1.png) no-repeat 50% 50%; background-size: 100% 100% !important; vertical-align: middle; transition: all 0.4s; }

.new-tabs .list .img-box img { height: 48px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all 0.4s; }

.new-tabs .list .img-box .icon-2 { opacity: 0; }

.news-main { position: relative; padding-left: 210px; }

.news-main .title-tag { position: absolute; bottom: 0; left: 0; width: 165px; height: 50px; line-height: 50px; border-radius: 50px; background: #02529b; font-size: 16px; color: #fff; text-align: center; }

.news-main .title-tag::after { display: block; content: ''; border: 10px solid transparent; border-left-color: #02529b; position: absolute; right: -16px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.swiper-news { padding: 55px 0 0; }

.swiper-news .swiper-slide { padding-right: 120px; }

.swiper-news .swiper-slide .time { float: left; font-size: 16px; line-height: 50px; color: #02529b; margin-right: 50px; }

.swiper-news .swiper-slide .new-content { float: left; font-size: 20px; line-height: 50px; color: #333; text-decoration: none; transition: all 0.4s; }

.swiper-news .swiper-slide .new-content:hover { color: #02529b; }

.swiper-news .swiper-button-prev { position: absolute; right: 50px; bottom: 0; top: auto; left: auto; width: 26px; height: 30px; margin-top: 0px; margin-bottom: 10px; background: url(../img/index/next-icon.png) no-repeat 100% 50%; -webkit-transform: rotate(180deg); transform: rotate(180deg); background-size: 26px 16px; opacity: 0.4; transition: all 0.4s; }

.swiper-news .swiper-button-prev:hover { opacity: 1; }

.swiper-news .swiper-button-next { position: absolute; right: 0px; bottom: 0; top: auto; width: 26px; height: 30px; margin-top: 0px; margin-bottom: 10px; background: url(../img/index/next-icon.png) no-repeat 50% 50%; background-size: 26px 16px; opacity: 0.4; transition: all 0.4s; }

.swiper-news .swiper-button-next:hover { opacity: 1; }

.download { padding: 85px 0 80px; background: #f2f2f2; }

.download .list { width: 50%; float: left; padding: 27px 0; text-align: center; border-right: 1px solid #d9d9d9; }

.download .list:hover a .icon img { opacity: 1; }

.download .list:hover a .icon img.icon-1 { opacity: 0; }

.download .list a { text-decoration: none; }

.download .list .icon { position: relative; width: 60px; height: 60px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 auto; }

.download .list .icon img { position: absolute; top: 50%; left: 50%; width: 22px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all 0.4s; }

.download .list .icon img.icon-2 { opacity: 0; }

.download .list:nth-child(2) { border: none; }

.download .list:nth-child(2) .icon img { width: 28px; }

.download .list .title { font-size: 24px; line-height: 30px; color: #333; margin: 13px 0 5px; }

.download .list .sub-title { font-size: 16px; line-height: 20px; color: #333; }

.cn-web .swiper-industries .swiper-slide .img-box .info .text { font-weight: 400; }

@media screen and (max-width: 1500px) { .banner-box .left .title { font-size: 55px; line-height: 56px; }
  .banner-right .line-img { right: 4%; top: 32%; }
  .banner-right .icon-1 { width: 55px; }
  .banner-right .icon-2 { width: 40px; }
  .product-tab { width: 445px; }
  .product-tab .list { width: 140px; height: 130px; border-top-left-radius: 220px; border-bottom-right-radius: 220px; border-top-right-radius: 70%; border-bottom-left-radius: 70%; }
  .product-tab .list img { width: 50px; left: 50px; top: 25px; }
  .product-tab .list .name { left: 50px; bottom: 5px; padding: 4px 0; font-size: 16px; line-height: 18px; }
  .product-swiper { width: 650px; }
  .product-swiper .product-info .img { width: 75%; }
  .product-swiper .product-info .info { width: 60%; margin-top: 23%; }
  .product-swiper .product-info .info .text { margin-top: 10px; font-size: 15px; line-height: 25px; }
  .product-swiper .product-list .list img { height: 55px; }
  .product-swiper .product-list .list .name { margin-top: 5px; padding-bottom: 7px; border-bottom-width: 3px; }
  .swiper-product { padding-bottom: 150px; }
  .products { padding: 145px 0 130px; }
  .products::after { bottom: 133px; }
  .products::before { bottom: 10%; }
  .products .left .title { font-size: 50px; line-height: 50px; }
  .industries { padding: 115px 0; height: 800px; }
  .industries .title { font-size: 50px; line-height: 50px; }
  .swiper-industries { top: 120px; padding-top: 45px; }
  .swiper-industries .swiper-slide { width: 560px !important; }
  .new-tabs .list .img-box { width: 115px; }
  .new-tabs .list .img-box img { height: 35px; }
  .cn-web .product-swiper .product-info .info .text { font-size: 16px; } }

@media screen and (max-width: 1250px) { .banner-box .left .title { font-size: 38px; line-height: 40px; }
  .banner-box .left .text { font-size: 16px; line-height: 18px; margin-top: 12px; }
  .banner-box .left .more { margin-top: 30px; width: 80px; height: 74px; border-top-left-radius: 110px; border-bottom-right-radius: 110px; }
  .banner-box .left .more img { width: 16px; }
  .banner-right .line-img { right: 4%; top: 32%; }
  .banner-right .icon-1 { width: 36px; top: -1%; }
  .banner-right .icon-2 { width: 28px; top: 20%; right: 22%; }
  .product-tab { width: 350px; padding-top: 45px; }
  .product-tab .list { width: 115px; height: 100px; border-top-left-radius: 160px; border-bottom-right-radius: 160px; border-top-right-radius: 60%; border-bottom-left-radius: 60%; }
  .product-tab .list img { width: 35px; left: 35px; top: 22px; }
  .product-tab .list .name { left: 35px; bottom: 5px; padding: 4px 0; padding-right: 15px; font-size: 14px; line-height: 14px; }
  .product-swiper { width: 500px; margin-top: 25px; }
  .product-swiper .product-info .info { width: 60%; height: 230px; margin-top: 18%; }
  .product-swiper .product-info .info .text { margin-top: 5px; font-size: 14px; line-height: 20px; }
  .product-swiper .product-info .info .sub-title { font-size: 24px; line-height: 1.5; }
  .product-swiper .product-list .list img { height: 55px; }
  .product-swiper .product-list .list .name { margin-top: 5px; padding-bottom: 7px; border-bottom-width: 3px; }
  .products { padding: 65px 0 90px; }
  .products::after { bottom: 93px; width: 68%; }
  .products::before { bottom: 8%; height: 50%; left: 39%; }
  .products .left .title { font-size: 30px; line-height: 30px; }
  .industries { padding: 75px 0; height: 540px; }
  .industries .title { font-size: 30px; line-height: 30px; }
  .swiper-industries { top: 75px; padding-top: 35px; }
  .swiper-industries .swiper-slide { width: 380px !important; font-size: 0; }
  .swiper-industries .swiper-slide .sub-title { font-size: 18px; line-height: 18px; margin-bottom: 20px; }
  .news { padding: 75px 0 85px; }
  .new-tabs { margin: 0 -25px; padding-bottom: 55px; }
  .new-tabs .list { padding: 0 25px; }
  .new-tabs .list .img-box { width: 85px; height: 80px; border-top-left-radius: 160px; border-bottom-right-radius: 160px; border-top-right-radius: 50%; border-bottom-left-radius: 50%; }
  .new-tabs .list .img-box img { height: 25px; }
  .new-tabs .list .info { left: 25px; }
  .new-tabs .list .info .name { font-size: 14px; line-height: 14px; }
  .swiper-news { padding: 40px 0 0; } }

@media screen and (max-width: 950px) { .banner-box .left { left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .banner-right { display: none; }
  .product-tab { font-size: 0; width: 100%; }
  .product-tab .list { display: inline-block; vertical-align: top; margin: 0 !important; margin-right: 15% !important; }
  .products { padding: 65px 0 90px; }
  .products .left { float: none; }
  .products::after { bottom: 93px; width: 100%; }
  .products::before { display: none; }
  .products .left .title { font-size: 30px; line-height: 30px; }
  .product-swiper { width: 100%; margin-top: 25px; }
  .product-swiper .product-info .img { width: 66%; }
  .product-swiper .product-info .info { width: 53%; margin-top: 13%; height: auto; }
  .product-swiper .product-info .info .text { margin-top: 20px; font-size: 16px; line-height: 24px; }
  .product-swiper .product-info .info .sub-title { font-size: 24px; line-height: 1.5; }
  .product-swiper .product-list .list img { height: 55px; }
  .product-swiper .product-list .list .name { margin-top: 5px; padding-bottom: 7px; border-bottom-width: 3px; }
  .industries { padding: 55px 0; height: 440px; }
  .swiper-industries { top: 65px; }
  .swiper-industries .swiper-slide { width: 300px !important; margin-right: 20px; }
  .news { padding: 55px 0; }
  .new-tabs { margin: 0 -20px; padding-bottom: 30px; }
  .new-tabs .list { padding: 0 20px; }
  .new-tabs .list .info { left: 20px; }
  .new-tabs .list .info .number { font-size: 18px; line-height: 20px; }
  .new-tabs .list .info .name { font-size: 14px; line-height: 16px; }
  .new-tabs .list .img-box { width: 55px; height: 50px; border-top-left-radius: 110px; border-bottom-right-radius: 110px; }
  .new-tabs .list .img-box img { height: 15px; }
  .news-main { padding-left: 150px; }
  .news-main .title-tag { width: 120px; height: 36px; line-height: 36px; font-size: 14px; }
  .swiper-news .swiper-slide { padding-right: 80px; }
  .swiper-news .swiper-slide .time { line-height: 36px; font-size: 14px; margin-right: 25px; }
  .swiper-news .swiper-slide .new-content { font-size: 14px; line-height: 36px; }
  .swiper-news .swiper-button-prev, .swiper-news .swiper-button-next { margin-bottom: 3px; }
  .download { padding: 55px 0; } }

@media screen and (max-width: 650px) { .swiper-industries .swiper-slide .img-box .info .info-text { width: 70%; }
  .swiper-foot .swiper-pagination .list::after, .swiper-foot .swiper-pagination .list::before { display: none; }
  .swiper-foot .pagination-left-border, .swiper-foot .pagination-right-border { display: none; }
  .swiper-industries { width: 100%; }
  .banner-box .left { width: 80%; top: 40%; }
  .banner-box .left .title { font-size: 28px; line-height: 28px; }
  .banner-box .left .text { font-size: 14px; line-height: 20px; margin-top: 15px; }
  .products { padding: 30px 0 40px; }
  .products::after { bottom: 40px; }
  .products .left .title { font-size: 22px; line-height: 22px; }
  .product-tab { display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 25px; }
  .product-tab .list { display: inline-block; vertical-align: top; margin: 0 !important; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-radius: 6px !important; height: 90px; margin: 0 !important; border: 1px solid #ededed; background: #fff; }
  .product-tab .list:nth-child(2) { margin: 0 10px !important; }
  .product-tab .list.active, .product-tab .list:hover { border-color: #02529b; background: #fff; }
  .product-tab .list img { top: 15px; left: 50%; width: 25px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  .product-tab .list .name { left: 0; width: 100%; font-size: 12px; bottom: auto; top: 55%; text-align: center; padding: 0; }
  .product-swiper .product-info .img { width: 100%; position: static; margin-top: 15px; }
  .product-swiper .product-info .info { width: 100%; margin-top: 0px; }
  .product-swiper .product-info .info .sub-title { font-size: 18px; line-height: 1.5; }
  .product-swiper .product-info .info .text { margin-top: 10px; font-size: 14px; line-height: 18px; text-align: justify; }
  .product-swiper .product-list .list { margin-right: 25px !important; }
  .product-swiper .product-list .list .name { font-size: 12px; line-height: 16px; padding-bottom: 4px; margin-top: 10px; }
  .industries { padding: 35px 0; height: auto; }
  .industries .title { font-size: 22px; line-height: 22px; }
  .swiper-industries { padding-top: 25px; margin-top: 25px !important; position: static !important; }
  .swiper-industries .swiper-slide .sub-title { font-size: 14px; line-height: 14px; margin-bottom: 10px; }
  .news { padding: 35px 0; }
  .new-tabs { padding-bottom: 15px; }
  .new-tabs .list { width: 50%; margin-bottom: 15px; }
  .new-tabs .list .info { width: 50%; }
  .news-main { padding-left: 0; }
  .news-main .title-tag { display: none; }
  .swiper-news { padding-top: 25px; }
  .swiper-news .swiper-slide { padding-right: 60px; }
  .swiper-news .swiper-slide .time { line-height: 34px; font-size: 12px; margin-right: 15px; }
  .swiper-news .swiper-slide .new-content { line-height: 34px; width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .swiper-news .swiper-button-prev { right: 30px; }
  .swiper-news .swiper-button-next, .swiper-news .swiper-button-prev { height: 10px; width: 20px; margin-bottom: 10px; }
  .download { padding: 35px 0; }
  .download .list { padding: 15px 0; }
  .download .list:nth-child(2) .icon img { width: 15px; }
  .download .list .icon { width: 35px; height: 35px; }
  .download .list .icon img { width: 12px; }
  .download .list .title { font-size: 16px; line-height: 16px; }
  .download .list .sub-title { font-size: 14px; line-height: 16px; }
  .industries .swiper-button-prev { right: 40px; }
  .industries .swiper-button-prev, .industries .swiper-button-next { width: 28px; height: 28px; }
  .swiper-banner .swiper-slide .bg.mobile-bg { display: block; }
  .swiper-banner .swiper-slide .bg.pc-bg { display: none; } }

@-webkit-keyframes fadeInFromTop { from { opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInFromTop { from { opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes floating { 0% { -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  25% { -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px); }
  50% { -webkit-transform: translate(7px, 5px);
    transform: translate(7px, 5px); }
  75% { -webkit-transform: translate(0%, 10px);
    transform: translate(0%, 10px); }
  100% { -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes floating { 0% { -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  25% { -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px); }
  50% { -webkit-transform: translate(7px, 5px);
    transform: translate(7px, 5px); }
  75% { -webkit-transform: translate(0%, 10px);
    transform: translate(0%, 10px); }
  100% { -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes banner { 0% { -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% { -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes banner { 0% { -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% { -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes wx { 0% { -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0; }
  100% { -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes wx { 0% { -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0; }
  100% { -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

/*# sourceMappingURL=../map/index.css.map */
.product-swiper .product-list{
  display: flex;
  justify-content: space-between;
}

.product-swiper .product-list .list{
  margin-right: 0;
}